'Declaration
Public Function New( _ ByVal isColumn As Boolean, _ ByVal worksheet As Worksheet, _ ByVal ranges() As Reference, _ ByVal pageBreak As PageBreak _ )
'Usage
Dim isColumn As Boolean Dim worksheet As Worksheet Dim ranges() As Reference Dim pageBreak As PageBreak Dim instance As New RowColumnActionsCommand(isColumn, worksheet, ranges, pageBreak)
Parameters
- isColumn
- A boolean value indicates whether the command process on rows or columns.
- worksheet
- The worksheet which this command attached to.
- ranges
- The processing ranges.
- pageBreak
- The page break of worksheet.